[INFO] fetching crate spatula 0.0.1...
[INFO] testing spatula-0.0.1 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate spatula 0.0.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate spatula 0.0.1
[INFO] finished tweaking crates.io crate spatula 0.0.1
[INFO] tweaked toml for crates.io crate spatula 0.0.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate spatula 0.0.1 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate spatula 0.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded stacker v0.1.17
[INFO] [stderr]   Downloaded test_each_file v0.3.3
[INFO] [stderr]   Downloaded cc v1.1.21
[INFO] [stderr]   Downloaded psm v0.1.23
[INFO] [stderr]   Downloaded syn v2.0.77
[INFO] [stderr]   Downloaded chumsky v1.0.0-alpha.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e480cb342bf5883f39abd96540305380b7473ec64625a97e72137b6429740254
[INFO] running `Command { std: "docker" "start" "-a" "e480cb342bf5883f39abd96540305380b7473ec64625a97e72137b6429740254", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e480cb342bf5883f39abd96540305380b7473ec64625a97e72137b6429740254", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e480cb342bf5883f39abd96540305380b7473ec64625a97e72137b6429740254", kill_on_drop: false }`
[INFO] [stdout] e480cb342bf5883f39abd96540305380b7473ec64625a97e72137b6429740254
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7eb9ba994639881183daff992c8dbb96ede474abc35e67251b653488bb9ce39e
[INFO] running `Command { std: "docker" "start" "-a" "7eb9ba994639881183daff992c8dbb96ede474abc35e67251b653488bb9ce39e", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.1.21
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling chumsky v1.0.0-alpha.7
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling ariadne v0.4.1
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling psm v0.1.23
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]    Compiling spatula v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:173:48
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub fn parse<'a>(input: &'a str) -> Result<Vec<ChefRecipe>, Vec<Rich<'a, char>>> {
[INFO] [stdout]     |                          --                    ^^^^^^^^^^            -- the same lifetime is named here
[INFO] [stdout]     |                          |                     |
[INFO] [stdout]     |                          |                     the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub fn parse<'a>(input: &'a str) -> Result<Vec<ChefRecipe<'a>>, Vec<Rich<'a, char>>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.47s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: chumsky v1.0.0-alpha.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "7eb9ba994639881183daff992c8dbb96ede474abc35e67251b653488bb9ce39e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7eb9ba994639881183daff992c8dbb96ede474abc35e67251b653488bb9ce39e", kill_on_drop: false }`
[INFO] [stdout] 7eb9ba994639881183daff992c8dbb96ede474abc35e67251b653488bb9ce39e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aa0cff831eb4f9e00335cc4f57819db92cc6ece0ac870273bc50fb08b1ed56ca
[INFO] running `Command { std: "docker" "start" "-a" "aa0cff831eb4f9e00335cc4f57819db92cc6ece0ac870273bc50fb08b1ed56ca", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling chumsky v1.0.0-alpha.7
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling test_each_file v0.3.3
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling spatula v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:173:48
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub fn parse<'a>(input: &'a str) -> Result<Vec<ChefRecipe>, Vec<Rich<'a, char>>> {
[INFO] [stdout]     |                          --                    ^^^^^^^^^^            -- the same lifetime is named here
[INFO] [stdout]     |                          |                     |
[INFO] [stdout]     |                          |                     the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub fn parse<'a>(input: &'a str) -> Result<Vec<ChefRecipe<'a>>, Vec<Rich<'a, char>>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:173:48
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub fn parse<'a>(input: &'a str) -> Result<Vec<ChefRecipe>, Vec<Rich<'a, char>>> {
[INFO] [stdout]     |                          --                    ^^^^^^^^^^            -- the same lifetime is named here
[INFO] [stdout]     |                          |                     |
[INFO] [stdout]     |                          |                     the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub fn parse<'a>(input: &'a str) -> Result<Vec<ChefRecipe<'a>>, Vec<Rich<'a, char>>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.71s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: chumsky v1.0.0-alpha.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "aa0cff831eb4f9e00335cc4f57819db92cc6ece0ac870273bc50fb08b1ed56ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa0cff831eb4f9e00335cc4f57819db92cc6ece0ac870273bc50fb08b1ed56ca", kill_on_drop: false }`
[INFO] [stdout] aa0cff831eb4f9e00335cc4f57819db92cc6ece0ac870273bc50fb08b1ed56ca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 815c0a10faf0dfd5e934c466141a4a3ebe3db2778edc4fbcc3beb922a0009cea
[INFO] running `Command { std: "docker" "start" "-a" "815c0a10faf0dfd5e934c466141a4a3ebe3db2778edc4fbcc3beb922a0009cea", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:173:48
[INFO] [stderr]     |
[INFO] [stderr] 173 | pub fn parse<'a>(input: &'a str) -> Result<Vec<ChefRecipe>, Vec<Rich<'a, char>>> {
[INFO] [stderr]     |                          --                    ^^^^^^^^^^            -- the same lifetime is named here
[INFO] [stderr]     |                          |                     |
[INFO] [stderr]     |                          |                     the same lifetime is hidden here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 173 | pub fn parse<'a>(input: &'a str) -> Result<Vec<ChefRecipe<'a>>, Vec<Rich<'a, char>>> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `spatula` (lib) generated 1 warning (run `cargo fix --lib -p spatula` to apply 1 suggestion)
[INFO] [stderr] warning: `spatula` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: chumsky v1.0.0-alpha.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spatula-2433c790837b785e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/spatula-4a4d29d6d0a70d0c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests spatula
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "815c0a10faf0dfd5e934c466141a4a3ebe3db2778edc4fbcc3beb922a0009cea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "815c0a10faf0dfd5e934c466141a4a3ebe3db2778edc4fbcc3beb922a0009cea", kill_on_drop: false }`
[INFO] [stdout] 815c0a10faf0dfd5e934c466141a4a3ebe3db2778edc4fbcc3beb922a0009cea
